The underlying connection was closed: Could not establish trust relationship for the SSL-TLS secure channel.

61

{"The underlying connection was closed: Could not establish trust relationship for the SSL/TLS secure channel."} -

ServicePointManager
    .ServerCertificateValidationCallback += 
    (sender, cert, chain, sslPolicyErrors) => true;

Comments

Submit
0 Comments